home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Success.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1997-01-22  |  305 b   |  19 lines

  1. on mouseEnter
  2.   cursor([cast "curs", cast "mask"])
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   global documento, docAnterior
  11.   cursor(-1)
  12.   set documento to "success"
  13.   set docAnterior to "success"
  14.   go("key", "bonus")
  15.   repeat with x = 9 to 13
  16.     set the visible of sprite x to 0
  17.   end repeat
  18. end
  19.